Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2023

Bumps r-lib/actions from 1 to 2.

Release notes

Sourced from r-lib/actions's releases.

v2

Note that v2 is a sliding tag, and we introduce non-breaking changes to it.

v2.4.0 (2023-01-16)

  • [setup-r]: supports Rtools43 now. On R-devel Windows Rtools43 is installed by default (#682).
  • [setup-renv]: new input parameter: bypass-cache to skip the GitHub cache completely (#667, @​davidski).
  • The style.yaml example workflow now installs roxygen2 as well (#690, @​dpprdan).
  • The document.yaml and style.yaml example workflows now do not run for pull requests (#683, @​arisp99).

v2.3.1 (2022-11-04)

  • [setup-r-dependencies] is now compatible with renv again (#652).
  • [check-r-package] now sets the LOGNAME environment variable, which is needed for an R CMD check test to work (#651).

v2.3.0 (2022-10-26)

  • All node.js actions use node 16 now.

  • [check-r-package] uploading artifacts works now when working-directory is set (#614, @​riccardoporreca).

  • [setup-pandoc] uses now pandoc version 2.19.2 by default.

  • [setup-r] now sets RENV_CONFIG_REPOS_OVERRIDE to RSPM, if RSPM is requrested (#572).

  • [setup-r] has a new windows-path-include-rtools parameter (#574).

  • [setup-r] now installs ghostscript on all platforms, as it is sometimes needed for R CMD check (#583).

  • [setup-r-dependencies] now installs pak into the site library. This helps checking packages that depend on pak (#640).

  • [setup-renv] has a new profile parameter for the renv profile to use in renv::activate() (#649, @​Bisaloo).

  • All example workflows use actions relying on node 16 now.

  • Example workflows using lintr now fail on lint errors now (#537).

  • The check-full workflow now includes a check on Windows 4.1.x (#564).

  • The style example how also supports Quarto .qmd files (#629, @​IndrajeetPatil).

  • New example workflow, lint-changed-files, to lint only the changed files (#567, @​IndrajeetPatil).

  • New example workflow, check-no-suggests, to run R CMD check with only the suggested packages (#549).

  • The test-coverage workflow now prints the test results and on test failures it also uploads them as an artifact (#643).

v2.2.8 (2022-08-31)

  • Examples now use ubuntu-latest instead of ubuntu-20.04. This avoid having to update your workflows every two years. It does not change anything right now, however, as ubuntu-latest is the same as ubuntu-20.04 currently.

v2.2.7 (2022-08-23)

  • HTML 5 check example now works for packages with vignettes (by ignoring them), #611.
  • [setup-r] now adds Rtools40 to the PATH for Windows ucrt R versions, so R can compile packages again, #610.

v2.2.6 (2022-08-22)

v2.2.5 (2002-08-05)

... (truncated)

Commits
  • 33f03a8 Remove pull_request trigger from workflows (#691)
  • 83df762 add roxygen2 dependency to styler workflow (#690)
  • 51716de update examples/README.md to include latest changes to example yamls (#689)
  • 105dd10 Empty commit to trigger CI build
  • 33d9fe4 Another setup-r rtools version fix
  • 8b4732b setup-r fix for rtools version selection
  • 39e040f Fix rtools test workflow typo
  • a86b631 Simplify rtools test workflow
  • 368966a Fix typo in new rtools test workflow
  • 3f4475e Fix new rtools test workflow
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [r-lib/actions](https://github.com/r-lib/actions) from 1 to 2.
- [Release notes](https://github.com/r-lib/actions/releases)
- [Commits](r-lib/actions@v1...v2)

---
updated-dependencies:
- dependency-name: r-lib/actions
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 10, 2023
@codecov
Copy link

codecov bot commented Feb 10, 2023

Codecov Report

Merging #23 (49c54c5) into main (efb072b) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #23   +/-   ##
=======================================
  Coverage   98.93%   98.93%           
=======================================
  Files           7        7           
  Lines         187      187           
=======================================
  Hits          185      185           
  Misses          2        2           
Flag Coverage Δ
end_to_end 98.93% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@tobiasraabe tobiasraabe merged commit 42c2be8 into main Feb 10, 2023
@tobiasraabe tobiasraabe deleted the dependabot/github_actions/r-lib/actions-2 branch February 10, 2023 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant